home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Komputer for Alle 1999 #8
/
1999 CD 8 (black).iso
/
maskdemo
/
DATA1.CAB
/
Program_Executable_Files
/
Daventry
/
KQ
/
BOSSPRIG.CS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-12-15
|
283 b
|
15 lines
echo $1 $2 $3 $4 $5
if test $2 == Init
KQMonster::stateChangeNotify $1 $1
else if test $2 == StateChange
if test $5 == 8
KQObject::changeBmp $1 normal
endif
else if test $2 == Die
KQObject::setScript $NewInvItem lplate.cs
echo $NewInvItem
endif
endif
endif